home *** CD-ROM | disk | FTP | other *** search
/ 200+ Great Games for PDA / 200+PDA.BIN / 200+PocketPCGames / Air Hockey 3D / AirHockey3D.exe / install_script.iss
Text File  |  2002-12-31  |  805b  |  24 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Air Hockey 3D
  5. AppVerName=Version 1.0 of the game
  6. AppId=Air Hockey 3D
  7. DefaultDirName={pf}\Ellams Software\Air Hockey 3D
  8. DefaultGroupName=Ellams Software\Air Hockey 3D
  9. OutputBaseFilename=AirHockey3D
  10. Compression=zip
  11. PrivilegesRequired=none
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\all.ini"; DestDir: "{app}"; 
  18. Source: "{app}\AirHockey3D.sh3.cab"; DestDir: "{app}"; 
  19. Source: "{app}\AirHockey3D.mips.cab"; DestDir: "{app}"; 
  20. Source: "{app}\AirHockey3D.arm.cab"; DestDir: "{app}"; 
  21.  
  22. [Run]
  23. Filename: "{reg:HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App paths\CEAPPMGR.EXE,}"; Parameters: " ""{app}\all.ini"" "; WorkingDir: "{app}"; 
  24.